@charset "UTF-8";

/*-----------------------
	記事ページ スタイル調整
-----------------------*/

.l-main-block {
  font-family: "Noto Sans JP Bold,Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN", Meiryo, sans-serif";
  line-height: 160%;
  letter-spacing: 0.1em;
}

.l-main-block th {
  border: 1px solid;
  text-align: center !important;
}

.l-main-block th:first-of-type {
  background-color: #36809D;
  color: #FFF;
  font-weight: bold;
}

.l-main-block table td:last-child,
.l-main-block table th:last-child {
  text-align: left;
}

.l-main-block h1 {
  color: #3D3A39 !important;
}

.l-main-block h2 {
  padding: 10px 20px;
  color: #FFFFFF;
  background-color: #3D3A39 !important;
  padding-left: 2.2em !important;
  text-indent: -1.2em;
}

.l-main-block h3 {
  border-bottom: 1px solid #3D3A39;
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

.l-main-block h4 {
  color: #D95900;
}

.l-main-block h4+p {
  margin-top: 0 !important;
}

.l-main-block p {
  font-family: "Noto Sans JP Regular,Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN", Meiryo, sans-serif";
  color: #3D3A39;
}

.l-main-block p em {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #F4D34E 70%);
}

.l-main-block p strong {
  font-family: "Noto Sans JP Bold,Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN", Meiryo, sans-serif";
  /* background-color: #F4D34E; */
}

.l-main-block .agenda strong {
  background-color: none;
}


@media screen and (min-width: 768px) {

  .l-main-block p {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 2;
    margin-bottom: 20px;
  }

  .l-main-block .agenda {
    background-color: #f7f7f7;
    padding: 36px;
    margin-bottom: 56px;
    color: #3d3a39;
  }

  .l-main-block .agenda p {
    margin-bottom: 20px;
  }

  .l-main-block .agenda a {
    color: #3d3a39;
  }

  .l-main-block .agenda ul {
    list-style: none;
    margin-left: 0;
    font-size: 1.4rem;
    letter-spacing: 0.15rem;
    margin-bottom: 0;
    list-style-type: decimal;
    /* 2つ目以降のaタグに「・」を追加 */
    /* 2つ目以降のaタグにmargin-left: 5%を追加 */
  }

  .l-main-block .agenda ul li {
    list-style-position: inside;
    border-bottom: 1px solid #979797;
    padding: 8px 0;
  }

  .l-main-block .agenda ul li:first-child {
    padding-top: 0;
  }

  .l-main-block .agenda ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .l-main-block .agenda ul li a:not(:first-child)::before {
    content: "・";
    /* ・とリンクの間にスペースを入れる */
  }

  .l-main-block .agenda ul li a:not(:first-child) {
    margin-left: 4%;
  }

  .l-main-block h2 {
    font-size: 18px !important;
    border-left: none;
    line-height: 1.5;
    margin: 56px 0 20px !important;
  }

  .l-main-block h3 {
    font-size: 16px !important;
    line-height: 1.5;
    margin: 56px 0 20px !important;
  }

  .l-main-block h1 {
    font-size: 2.4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .l-main-block .l-main-block {
    font-weight: normal;
  }

  .l-main-block p {
    letter-spacing: 0;
  }

  .l-main-block .agenda {
    background-color: #f7f7f7;
    padding: 26px;
    margin-bottom: 40px;
    color: #3d3a39;
  }

  .l-main-block .agenda p {
    margin-bottom: 10px;
  }

  .l-main-block .agenda a {
    color: #3d3a39;
  }

  .l-main-block .agenda ul {
    list-style: none;
    margin-left: 0;
    font-size: 1.4rem;
    letter-spacing: 0.15rem;
    margin-bottom: 0;
    list-style-type: decimal;
  }

  .l-main-block .agenda ul li {
    list-style-position: inside;
    border-bottom: 1px solid #979797;
    padding: 4px 0;
  }

  .l-main-block .agenda ul li:first-child {
    padding-top: 0;
  }

  .l-main-block .agenda ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .l-main-block h2 {
    font-size: 18px !important;
    border-left: none;
    line-height: 1.5;
    margin: 40px 0 10px !important;
  }

  .l-main-block h3 {
    font-size: 16px !important;
    line-height: 1.5;
    margin: 40px 0 10px !important;
  }

  .l-main-block .icon-side-h {
    width: 2.5vw;
    margin-right: 8px;
  }

  .l-main-block .p-post__btn .c-link {
    margin-left: -5vw;
  }
}
